1.5-rc-3
This commit is contained in:
+3
-3
@@ -225,9 +225,6 @@ phase_one () {
|
|||||||
|
|
||||||
long_sleep
|
long_sleep
|
||||||
|
|
||||||
# makin scripts executable
|
|
||||||
chmod +x "$git_dir/*.sh"
|
|
||||||
|
|
||||||
# updoot
|
# updoot
|
||||||
echo -e "\nUpdating Software Lists\n"
|
echo -e "\nUpdating Software Lists\n"
|
||||||
sudo apt update
|
sudo apt update
|
||||||
@@ -240,6 +237,9 @@ phase_one () {
|
|||||||
echo -e "\nCloning Repo\n"
|
echo -e "\nCloning Repo\n"
|
||||||
git clone https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery.git $git_dir
|
git clone https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery.git $git_dir
|
||||||
|
|
||||||
|
# makin scripts executable
|
||||||
|
chmod +x "$git_dir/*.sh"
|
||||||
|
|
||||||
# update the log
|
# update the log
|
||||||
echo -e "START AT $(date +%s) time_fuckery.sh\ncomplete 1/5" >> $status_log
|
echo -e "START AT $(date +%s) time_fuckery.sh\ncomplete 1/5" >> $status_log
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user