gentoo/update.sh

9 lines
145 B
Bash
Raw Permalink Normal View History

2022-11-20 17:51:35 +01:00
#!/bin/sh
cd src
2022-11-20 17:58:01 +01:00
2022-11-20 17:51:35 +01:00
./updatedots.sh && echo "Updated Portage configs (1/2)"
./mkpkglist.sh && echo "Updated package list (2/2)"
echo "All done."