We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c593a0 commit 014b9a5Copy full SHA for 014b9a5
usr/bin/serene-startdash
@@ -221,17 +221,6 @@ installed_list () { ${pacman} -Q | awk '{print $2}'; }
221
222
223
224
-#-- pacapt --#
225
-if [[ ! -f $pacman ]]; then
226
- error 600 100 "$pacmanが存在しません。"
227
- exit 1
228
-fi
229
-if [[ ! -x $pacman ]]; then
230
- chmod 755 $pacman
231
232
-
233
234
235
#-- デバッグモード --#
236
set +eu
237
if [[ -z $debug_mode ]]; then
@@ -243,8 +232,8 @@ set -eu
243
244
#-- クリーンアップ --#
245
function cleanup () {
246
- $pacman -Scc --noconfirm | loading 600 100 "クリーンアップを実行中です。"
247
- $pacman -Rsn --noconfirm | loading 600 100 "クリーンアップを実行中です"
+ apt-get --yes clean | loading 600 100 "クリーンアップを実行中です。"
+ apt-get --yes autoremove | loading 600 100 "クリーンアップを実行中です"
248
}
249
238
250
239
0 commit comments