mirror of
https://github.com/outbackdingo/scratchpkg.git
synced 2026-03-19 20:13:36 +00:00
updated
This commit is contained in:
@@ -21,6 +21,7 @@ for i in $list; do
|
||||
if [ -d $INDEX_DIR/$i ]; then
|
||||
msg "$i is installed"
|
||||
else
|
||||
echo
|
||||
msg "installing $i..."
|
||||
if [ $UID != 0 ]; then
|
||||
sudo scratch -p $i -i
|
||||
|
||||
Reference in New Issue
Block a user