diff --git a/customscripts/notify-shell-users.sh b/customscripts/notify-shell-users.sh new file mode 100644 index 0000000..4d3d381 --- /dev/null +++ b/customscripts/notify-shell-users.sh @@ -0,0 +1,8 @@ +#!/bin/bash +if [ -z "$1" ]; then + msg="SHIT'S GOIN ON RN" +else + msg="$1" +fi +clear +echo -e "\n\n\n\n\n\n\n\n\n\n\n\n\n\033[31mFOOOKN $msg IN PROGRESS DONT FUCK WITH ANYTHNG\e[0m\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" \ No newline at end of file diff --git a/customscripts/prepare_for_release_img,sh b/customscripts/prepare_for_release_img,sh index 2ee7041..a2b2ebd 100644 --- a/customscripts/prepare_for_release_img,sh +++ b/customscripts/prepare_for_release_img,sh @@ -24,15 +24,16 @@ passwd $user echo "now to set pw to be reset on first login" sudo passwd -e $user -echo "zeroing out all da fuckin space fuuck" -zero_file_path="$userhome/0.0" -if ! sudo dd if=/dev/zero bs=4M status=progress > "$zero_file_path"; then - echo -e "$zero_file_path file reached max size, deleting" - sudo rm -f "$zero_file_path" - echo -e "delete file retcode: retcode: $?" -fi - -echo "thank fuck that fucking ended" +# not doin zeroin rn +# echo "zeroing out all da fuckin space fuuck" +# zero_file_path="$userhome/0.0" +# if ! sudo dd if=/dev/zero bs=4M status=progress > "$zero_file_path"; then +# echo -e "$zero_file_path file reached max size, deleting" +# sudo rm -f "$zero_file_path" +# echo -e "delete file retcode: retcode: $?" +# fi +# +# echo "thank fuck that fucking ended" echo "now manually clear all bluetooth and wifi now"