Skip to content

Commit

Permalink
update the warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Feb 12, 2022
1 parent 7a9e032 commit 1cce5cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nwg_shell/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ def main():
print("| This script installs/overwrites configs and style sheets |")
print("| for sway and nwg-shell components. |")
print("| The only backup that will be made is the main sway config file. |")
print("| If you're running the script on your existing sway setup, |")
print("| This script should be used on a fresh Arch Linux installation. |")
print("| If you're running it on your existing sway setup, |")
print("| you're doing it at your own risk. |")
print("-------------------------------------------------------------------")
a = input("\nProceed? Y/n ")
Expand Down

0 comments on commit 1cce5cf

Please sign in to comment.