mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-22 02:59:27 +01:00
Compare commits
2 Commits
ae01035108
...
cc7fdcd39d
Author | SHA1 | Date | |
---|---|---|---|
cc7fdcd39d | |||
65df0685db |
@ -1 +1 @@
|
|||||||
3.3.4
|
3.3.5
|
||||||
|
10
Gemfile.lock
10
Gemfile.lock
@ -5,9 +5,9 @@ GEM
|
|||||||
temple (>= 0.8.2)
|
temple (>= 0.8.2)
|
||||||
thor
|
thor
|
||||||
tilt
|
tilt
|
||||||
logger (1.6.0)
|
logger (1.6.1)
|
||||||
prettier_print (1.2.1)
|
prettier_print (1.2.1)
|
||||||
rbs (3.5.2)
|
rbs (3.5.3)
|
||||||
logger
|
logger
|
||||||
syntax_tree (6.2.0)
|
syntax_tree (6.2.0)
|
||||||
prettier_print (>= 1.2.0)
|
prettier_print (>= 1.2.0)
|
||||||
@ -20,7 +20,7 @@ GEM
|
|||||||
rbs
|
rbs
|
||||||
syntax_tree (>= 2.0.1)
|
syntax_tree (>= 2.0.1)
|
||||||
temple (0.10.3)
|
temple (0.10.3)
|
||||||
thor (1.3.1)
|
thor (1.3.2)
|
||||||
tilt (2.4.0)
|
tilt (2.4.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
@ -34,7 +34,7 @@ DEPENDENCIES
|
|||||||
syntax_tree-rbs
|
syntax_tree-rbs
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.3.4p94
|
ruby 3.3.5p100
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.5.11
|
2.5.16
|
||||||
|
@ -152,8 +152,13 @@ fi
|
|||||||
|
|
||||||
# Lumina & Sedric have been having kernel update issues, let's see if this
|
# Lumina & Sedric have been having kernel update issues, let's see if this
|
||||||
# script could detect and suggest action for that.
|
# script could detect and suggest action for that.
|
||||||
if [ -f /root/fix-kernel-install.bash ]; then
|
# if [ -f /root/fix-kernel-install.bash ]; then
|
||||||
. /root/fix-kernel-install.bash
|
# . /root/fix-kernel-install.bash
|
||||||
|
# fi
|
||||||
|
if hash kernel-install 2> /dev/null; then
|
||||||
|
sleep 3
|
||||||
|
kernel-install add-all -v
|
||||||
|
sleep 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Hide commands being executed again
|
# Hide commands being executed again
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@aminda/global-prettier-config": "2024.28.4"
|
"@aminda/global-prettier-config": "2024.28.4"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
|
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
|
||||||
"prettier": "@aminda/global-prettier-config"
|
"prettier": "@aminda/global-prettier-config"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit c1a34299f684beb940cb622ca4658d250774c782
|
Subproject commit 6104f90c814d4b6f676d6d5ab3d3ab470e22f817
|
Loading…
Reference in New Issue
Block a user