@@ -11,24 +11,16 @@ echo "---------------------------------------------------------------"
1111echo " Installing debloated packages..."
1212echo " ---------------------------------------------------------------"
1313get-debloated-pkgs --add-common --prefer-nano
14- # --add-common Install a curated set of common packages, implies --add-mesa
15- # --prefer-nano Prefer 'nano' variants of packages instead of 'mini'
16- # More at https://github.com/pkgforge-dev/archlinux-pkgs-debloated
1714
18- # echo "Installing AUR packages..."
19- # echo "---------------------------------------------------------------"
20- # make-aur-package PACKAGENAME
15+ # Comment this out if you need an AUR package
16+ # make-aur-package PACKAGENAME
2117
22- # echo "Installing from source..."
23- # echo "---------------------------------------------------------------"
24- # git clone https://gitlab.com/guillermop/master-key.git source && (
25- # cd ./source
26- # #Setiing Application Version for sharun.
27- # TAG=$(git tag --sort=-v:refname | grep -vi 'rc\|alpha' | head -1)
28- # git checkout "$TAG"
29- # echo "$TAG" > ~/version
30- # # Building
31- # meson setup build --prefix=/usr
32- # meson compile -C build
33- # meson install -C build
34- )
18+ # If the application needs to be manually built that has to be done down here
19+
20+ # if you also have to make nightly releases check for DEVEL_RELEASE = 1
21+ #
22+ # if [ "${DEVEL_RELEASE-}" = 1 ]; then
23+ # nightly build steps
24+ # else
25+ # regular build steps
26+ # fi
0 commit comments