Skip to content

Commit

Permalink
v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
1337kid committed Nov 27, 2023
1 parent 28fa910 commit 07ec454
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noicegrub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ def preset_table():
8 `b8 8 8 8 8 . 8. 8 8 8 8 8 8 8 8
8 `8 `YooP' 8 `YooP' `Yooo' `YooP8 8 8 `YooP' 8oooP'
..:::..:.....::..:.....::.....::....8 :..:::..:.....::......:
:::::::: @1337kid ::::::::::::::::::8 ::::::: v1.8.2 ::::::::\n'''
:::::::: @1337kid ::::::::::::::::::8 ::::::: v1.8.3 ::::::::\n'''
3 changes: 2 additions & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ fi

get_path
THEME_PATH=$GRUB_PATH"themes/noicegrub"
read -p "\033[1m\033[93mDo you want to place the generated theme in $GRUB_PATH [y/n] " inst
printf "\033[1m\033[93m"
read -p "Do you want to place the generated theme in $GRUB_PATH [y/n] " inst
case $inst in
[Yy]* ) install;;
* ) exit;;
Expand Down

0 comments on commit 07ec454

Please sign in to comment.