fix modify script again
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 1m44s

This commit is contained in:
Ward from fusion-voyager-3 2024-08-31 09:50:22 +03:00
parent 8aada8758e
commit 7c642067ac
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
3
4

View File

@ -4,9 +4,9 @@ set -e
if [[ "$1" == "install" ]]
then
apt install -y "${@:2}"
apt install -y ${@:2}
else
apt remove -y "${@:2}"
apt remove -y ${@:2}
apt autoremove -y
fi
exit 0

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
pika-kernel-manager (0.1.3-101pika2) pika; urgency=low
pika-kernel-manager (0.1.3-101pika3) pika; urgency=low
* Initial Release

View File

@ -58,7 +58,7 @@ pub fn kernel_pkg_page(
.margin_top(20)
.build();
main_icon.set_icon_name(Some("tux-settings-symbolic"));
main_icon.set_icon_name(Some("tux-download-symbolic"));
main_icon.add_css_class("symbolic-accent-bg");