Skip to content

Commit

Permalink
Standardize final output of mantinence scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed May 6, 2021
1 parent e410010 commit 698aaa1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ echo "Starting zram-config.service"
systemctl daemon-reload
systemctl enable --now zram-config.service

echo "##### zram-config is now installed and running #####"
echo "##### edit /etc/ztab to configure options #####"
echo "##### zram-config is now installed and running #####"
echo "##### edit /etc/ztab to configure options #####"
3 changes: 2 additions & 1 deletion uninstall.bash
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ rm -f /etc/ztab
rm -rf /usr/local/lib/zram-config
rm -rf /usr/local/share/zram-config

echo "##### Reboot isn't needed #####"
echo "##### zram-config has been uninstalled #####"
echo "##### Reboot is not needed #####"
4 changes: 2 additions & 2 deletions update.bash
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ echo "Starting zram-config.service"
systemctl daemon-reload
systemctl start zram-config.service

echo "##### zram-config has been updated #####"
echo "##### edit /etc/ztab to configure options #####"
echo "##### zram-config has been updated #####"
echo "##### edit /etc/ztab to configure options #####"

0 comments on commit 698aaa1

Please sign in to comment.