Loading update_configurations.sh +5 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,11 @@ then echo "@weekly 15 UpdatePrimtux $DIR/$name > /var/log/ptUpdate.log 2>&1" >> $tabfile fi if [ -z "$(dpkg -l | grep python3-yaml)" ] then apt-get install -y python3-yaml fi run_script(){ echo "Running $1" $DIR/$1 Loading Loading
update_configurations.sh +5 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,11 @@ then echo "@weekly 15 UpdatePrimtux $DIR/$name > /var/log/ptUpdate.log 2>&1" >> $tabfile fi if [ -z "$(dpkg -l | grep python3-yaml)" ] then apt-get install -y python3-yaml fi run_script(){ echo "Running $1" $DIR/$1 Loading