gentoo/update.sh
2022-11-20 17:58:01 +01:00

9 lines
145 B
Bash
Executable file

#!/bin/sh
cd src
./updatedots.sh && echo "Updated Portage configs (1/2)"
./mkpkglist.sh && echo "Updated package list (2/2)"
echo "All done."